home *** CD-ROM | disk | FTP | other *** search
- rem
- rem $Header: catstate.sql 7020100.1 94/09/23 22:14:20 cli Generic<base> $
- rem
- Rem Copyright (c) 1991 by Oracle Corporation
- Rem NAME
- Rem catstate.sql
- Rem DESCRIPTION
- Rem Estimate statistics for all dictionary clusters and tables.
- Rem NOTES
- Rem Must be connected as sys or internal.
- Rem MODIFIED (MM/DD/YY)
- Rem tpystyne 11/06/92 - Creation
-
- analyze cluster C_COBJ# estimate statistics;
- analyze cluster C_FILE#_BLOCK# estimate statistics;
- analyze cluster C_MLOG# estimate statistics;
- analyze cluster C_OBJ# estimate statistics;
- analyze cluster C_TS# estimate statistics;
- analyze cluster C_USER# estimate statistics;
- analyze cluster HIST$ estimate statistics;
-
- analyze table ACCESS$ estimate statistics;
- analyze table AUD$ estimate statistics;
- analyze table AUDIT$ estimate statistics;
- analyze table BOOTSTRAP$ estimate statistics;
- analyze table COM$ estimate statistics;
- analyze table CON$ estimate statistics;
- analyze table DEFROLE$ estimate statistics;
- analyze table DEPENDENCY$ estimate statistics;
- analyze table DUAL estimate statistics;
- analyze table ERROR$ estimate statistics;
- analyze table FILE$ estimate statistics;
- analyze table IDL_CHAR$ estimate statistics;
- analyze table IDL_SB4$ estimate statistics;
- analyze table IDL_UB1$ estimate statistics;
- analyze table IDL_UB2$ estimate statistics;
- analyze table INCEXP estimate statistics;
- analyze table INCFIL estimate statistics;
- analyze table INCVID estimate statistics;
- analyze table LAB$ estimate statistics;
- analyze table LINK$ estimate statistics;
- analyze table OBJ$ estimate statistics;
- analyze table OBJAUTH$ estimate statistics;
- analyze table PENDING_SESSIONS$ estimate statistics;
- analyze table PENDING_SUB_SESSIONS$ estimate statistics;
- analyze table PENDING_TRANS$ estimate statistics;
- analyze table PROCEDURE$ estimate statistics;
- analyze table PROFILE$ estimate statistics;
- analyze table PROFNAME$ estimate statistics;
- analyze table PROPS$ estimate statistics;
- analyze table RESOURCE_COST$ estimate statistics;
- analyze table SEQ$ estimate statistics;
- analyze table SNAP$ estimate statistics;
- analyze table SOURCE$ estimate statistics;
- analyze table SYN$ estimate statistics;
- analyze table SYSAUTH$ estimate statistics;
- analyze table TRIGGER$ estimate statistics;
- analyze table TRIGGERCOL$ estimate statistics;
- analyze table UNDO$ estimate statistics;
- analyze table VIEW$ estimate statistics;
- analyze table "_default_auditing_options_" estimate statistics;
-